home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / docs / cards-&-quiz / dacool_quiz.doc < prev    next >
Text File  |  1998-08-20  |  3KB  |  116 lines

  1.  
  2. dA c00L qUiZ v1.O (C) Andreas Falkenhahn 1998
  3. ---------------------------------------------
  4.  
  5. Introduction: 
  6.  
  7. It was on a cold, rainy evening....I had nothing special to do,
  8. so I tried to create a little quiz game. After two hours of coding
  9. and debugging I finally got the base engine ready and the only
  10. thing I else needed to do was creating a text file with questions...
  11.  
  12. ...pooh! 116 questions for now. My questions aren`t very well,
  13. please make it better!! See below for instructions.....
  14.  
  15.  
  16. Cardware:
  17.  
  18. This game is cardware. Send me a postcard from your country/town...
  19. thanks! If you cannot get postcards from your town why not drop
  20. me an email or snailmail?
  21.  
  22.  
  23. Requirements:
  24.  
  25. - An Amiga (it SHOULD work on all Amigas within ECS Amigas)
  26. - 500kb free Chip memory
  27. - NewInstaller for Installation
  28. - OS2.0++
  29.  
  30.  
  31. Installation:
  32.  
  33. Why not use the provided NewInstaller script? You can get
  34. NewInstaller on Aminet (util/wb/NewInstaller) if you haven`t
  35. got it already
  36.  
  37.  
  38. Usage:
  39.  
  40. Simply doubleclick this ugly Da Cool Quiz icon and get ready for
  41. some brain-blowing action!! You can leave the game by entering "END"
  42. as a answer....
  43.  
  44.  
  45. Add/Create your own questions for dA c00l QUiZ:
  46.  
  47. If my 116 questions are getting on your nerves...why not
  48. add other questions or create a new questions file? Okay,
  49. here are the most important things you should attend:
  50.  
  51. 1) A questions file is build up as the following:
  52.  
  53.    Question
  54.    answer
  55.    Question
  56.    answer
  57.    Ques...
  58.    ans...and so on
  59.  
  60.    So if you divide all lines of the final file then
  61.    with 2 - you will get an integer without a decimal
  62.    point! If you get a decimal piunt your file is 
  63.    invalid!!
  64.  
  65. 2) The answer mustn`t contain capital letters. Da Cool
  66.    Quiz needs this for turning the case sensitivity off.
  67.    "Amiga" as a answer would be illegal. Enter "amiga"
  68.    instead. Without the ""`s of coz!
  69.  
  70. 3) Finally here an example for a questions file:
  71.   
  72.    --- snip ---
  73.    Who`s the author of Da Cool Quiz?
  74.    andreas falkenhahn
  75.    Am I allowed to ask you this question?
  76.    no
  77.    How much is the fish? 
  78.    5 dollars
  79.    --- snap ---
  80.  
  81. Now run Da Cool Quiz from CLI or create a script with the
  82. following command line: 1> coolquiz.exe <your questions file>
  83.  
  84.  
  85. Credits
  86.  
  87. Coded by: Andreas Falkenhahn
  88. GFX by: Andreas Falkenhahn
  89. Mzx by: Jester/sanity
  90. SFX by: unknown
  91.  
  92. Contact me for anything (especially postcards :)
  93.  
  94. Andreas Falkenhahn
  95. An der Trift 2
  96. 36132 Eiterfeld-Arzell
  97. GERMANY
  98.  
  99. email: Andreas.Falkenhahn@gmx.de
  100. WWW: http://airsoft.home.pages.de
  101.  
  102.  
  103. F.A.Q.
  104.  
  105. Q: How can I quit the game?
  106. A: Enter "END" as answer
  107.  
  108. Q: Why can`t it skip the intro with left mousebutton?
  109. A: dunno....I was too lazy to add this....:)
  110.  
  111. Q: Are there any bugs in the game?
  112. A: sure
  113.  
  114. Q: What means FAQ?
  115. A: Frequently Asked Questions
  116.